From: Daniel Baumann Date: Sun, 8 Feb 2026 09:55:45 +0000 (+0100) Subject: Correcting Python shebang. X-Git-Tag: archive/raspbian/2.15.0-2+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=fa9634bb2ac727aec8ca2aa629d9cfb389f4f9bf;p=dnsperf.git Correcting Python shebang. Gbp-Pq: Topic debian Gbp-Pq: Name 0001-queryparse-shebang.patch --- diff --git a/contrib/queryparse/queryparse b/contrib/queryparse/queryparse index 0512a24..fc1c7d5 100755 --- a/contrib/queryparse/queryparse +++ b/contrib/queryparse/queryparse @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # # Copyright 2019-2026 OARC, Inc. # Copyright 2017-2018 Akamai Technologies